This patch adds new python access control management scripts, which
authorsmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Mon, 24 Apr 2006 09:58:25 +0000 (10:58 +0100)
committersmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Mon, 24 Apr 2006 09:58:25 +0000 (10:58 +0100)
commite7f4f3a1de128df30cc2c8380e2e7ac039c05ebf
tree88bb8c2b7080abb5946dc93f041907f78997f969
parent2d59e34fc28f8e7ed22c025ad45683ed244a62f6
This patch adds new python access control management scripts, which
integrate into Xen Management and which support the new access control
labels (labels replace the ssidref numbers at the management user
interface).

Signed-off by: Reiner Sailer <sailer@us.ibm.com>
tools/python/setup.py
tools/python/xen/lowlevel/acm/acm.c [new file with mode: 0644]
tools/python/xen/util/security.py [new file with mode: 0644]
tools/python/xen/xm/addlabel.py [new file with mode: 0644]
tools/python/xen/xm/cfgbootpolicy.py [new file with mode: 0644]
tools/python/xen/xm/dumppolicy.py [new file with mode: 0644]
tools/python/xen/xm/labels.py [new file with mode: 0644]
tools/python/xen/xm/loadpolicy.py [new file with mode: 0644]
tools/python/xen/xm/makepolicy.py [new file with mode: 0644]
tools/security/python/xensec_tools/acm_getdecision [new file with mode: 0644]
tools/security/python/xensec_tools/acm_getlabel [new file with mode: 0644]